home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 24
/
Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso
/
Aminet
/
game
/
patch
/
Cruise2HD.lha
/
Cruise-Install
next >
Wrap
Text File
|
1995-07-20
|
2KB
|
81 lines
;$VER:Script generated by ScriptMaker 2.0 for Cruise for a corpse
(complete 0)
(set @default-dest "Work:")
; Texts
(set #Intro-Txt
(cat "\n\nWelcome to \n"
"Cruise for a corpse\n"
"Hard Disk Install Script\n\n\n\n"
"This script has been generated by Script Maker 2.0\n\n"
))(set #Warning-Txt
(cat "Warning !\n\n\n"
"Croisière pour un cadavre requires 4.2 MB free on your disk \n\n"
"Think of it before destroying your disk...\n\n"
))(set #Path-Txt
(cat "Select the target directory. A directory Cruise will "
"be created there."
))(set #Path-Help
(cat "\nThis section lets you choose the "
"target directory to install Cruise for a corpse. \n\n"
"A directory Cruise will be created there.\n\n"
"Default is Work:\n\n\n"
@askdir-help
))
(set Assign-Help-Txt
(cat "\nA script located in the target directory wil make "
"the Assigns. The User-Startup will be patched in order "
"to call this script.\n\n\n"
@startup-help
))
; Main
(message #Intro-Txt)
(message #Warning-Txt)
(set target
(askdir (prompt #Path-Txt) (help #Path-Help) (default @default-dest) (newpath)
))
(set @default-dest target)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise1:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 20)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise2:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 40)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise3:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 60)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise4:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 80)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise5:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 100)